Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables the user to add raw HTML and inline CSS into the footer, Re: #28 #30

Merged
merged 1 commit into from
Jun 12, 2021

Conversation

Lissy93
Copy link
Owner

@Lissy93 Lissy93 commented Jun 12, 2021

Please check the type of change your PR introduces:

  • Feature

Issue Number (if applicable): #28

Briefly outline your changes: Enables user to have HTML and inline styles rendered in the footer. Uses v-html.
Example usage:

pageInfo:
  title: Dashy
  footerText: '<div style="text-align: left;"><h1 style="color: blue;">HTML Footer Example</h1><ul><li>Bullet 1</li><li>Bullet 2</li></ul></div>'

Before submitting, please ensure that:

  • Must be backwards compatible
  • All lint checks and tests must pass
  • If a new option in the the config file is added, it needs to be added into the schema, and documented in the configuring guide
  • If a new dependency is required, it must be essential, and it must be thoroughly checked out for security or efficiency issues

@netlify
Copy link

netlify bot commented Jun 12, 2021

❌ Deploy Preview for dashy-dev failed.

🔨 Explore the source changes: 6476afb

🔍 Inspect the deploy log: https://app.netlify.com/sites/dashy-dev/deploys/60c49aad588d6400080003ab

@Lissy93 Lissy93 merged commit 0d00f07 into master Jun 12, 2021
@Lissy93 Lissy93 deleted the feature_allow-html-in-footer branch June 12, 2021 11:30
asterling8516 pushed a commit to asterling8516/dashy that referenced this pull request Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant